Fix cut-and-paste error in GtkEntryAccessible/GtkLabelAccessible
authorDan Winship <danw@gnome.org>
Wed, 10 Aug 2011 19:19:56 +0000 (15:19 -0400)
committerDan Winship <danw@gnome.org>
Wed, 10 Aug 2011 19:19:56 +0000 (15:19 -0400)
commitc4a5c99074ee7df298946cbd32649cff0da0cd09
treec5d2a73b73711a3cd7e05888a9a4fc7d9f13875c
parent2ba9c4b4a7d9ffc3161e2db1774743182a365d99
Fix cut-and-paste error in GtkEntryAccessible/GtkLabelAccessible

The y position of the character depends on the window's y coordinate,
not its x coordinate.
gtk/a11y/gtkentryaccessible.c
gtk/a11y/gtklabelaccessible.c